Returns or sets a value that determines whether series markers are displayed on a chart.
Syntax
object.Show [ = boolean]
The Show property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
boolean | A Boolean expression that controls whether series markers are displayed, as described in Settings. |
Settings
The settings for boolean are:
Setting | Description |
True | Series markers are displayed |
False | (Default) Series markers are not displayed. |